projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37922e6
)
(gnus-select-method): Change the other ignore-errors.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Aug 1997 22:11:25 +0000
(22:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Aug 1997 22:11:25 +0000
(22:11 +0000)
lisp/gnus/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus.el
b/lisp/gnus/gnus.el
index e73b3f4438aa203413f19dcc2e38e8d3b2bdbd59..0d73ceecbfe586e2ab79c3bc7cca5784e7bfb72f 100644
(file)
--- a/
lisp/gnus/gnus.el
+++ b/
lisp/gnus/gnus.el
@@
-775,8
+775,9
@@
used to 899, you would say something along these lines:
(defcustom gnus-select-method
(condition-case nil
(nconc
- (list 'nntp (or (ignore-errors
- (gnus-getenv-nntpserver))
+ (list 'nntp (or (condition-case nil
+ (gnus-getenv-nntpserver)
+ (error nil))
(when (and gnus-default-nntp-server
(not (string= gnus-default-nntp-server "")))
gnus-default-nntp-server)